home *** CD-ROM | disk | FTP | other *** search
/ ftp.editplus.com / 2015-02-07.ftp.editplus.com.tar / ftp.editplus.com / epp340.exe / [0] / HTML4.CTL < prev    next >
Text File  |  2011-01-29  |  3KB  |  234 lines

  1. #TITLE=HTML 4.01
  2. #INFO
  3. Cliptext Library for HTML 4.01 written by ES-Computing.
  4. This file is provided as a sample Cliptext library of EditPlus.
  5. #SORT=n
  6.  
  7. #T=!--
  8. <!-- ^! -->
  9. #T=!DOCTYPE
  10. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  11. #T=a
  12. <a href="">^!</a>
  13. #T=abbr
  14. <abbr title="">^!</abbr>
  15. #t=acronym
  16. <acronym title="">^!</acronym>
  17. #t=address
  18. <address>^!</address>
  19. #t=applet (deprecated)
  20. <applet code="^!" width="" height="">
  21. </applet>
  22. #t=area
  23. <area shape="^!" coords="" href="" alt="">
  24. #t=b
  25. <b>^!</b>
  26. #t=base
  27. <base href="^!">
  28. #t=basefont (deprecated)
  29. <basefont size="^!">
  30. #t=bdo
  31. <bdo dir="">^!</bdo>
  32. #t=big
  33. <big>^!</big>
  34. #t=blockquote
  35. <blockquote>^!</blockquote>
  36. #t=body
  37. <body>
  38.     ^!
  39. </body>
  40. #t=br
  41. <br>
  42. #t=button
  43. <button>^!</button>
  44. #t=caption
  45. <caption>^!</caption>
  46. #t=center (deprecated)
  47. <center>^!</center>
  48. #t=cite
  49. <cite>^!</cite>
  50. #t=code
  51. <code>^!</code>
  52. #t=col
  53. <col>
  54. #t=colgroup
  55. <colgroup>^!</colgroup>
  56. #t=dd
  57. <dd>
  58. #t=del
  59. <del>^!</del>
  60. #t=dfn
  61. <dfn>^!</dfn>
  62. #t=dir (deprecated)
  63. <dir>^!</dir>
  64. #t=div
  65. <div id="" class="">^!</div>
  66. #t=dl
  67. <dl>
  68.     <dt>^!
  69.     <dd>
  70. </dl>
  71. #t=dt
  72. <dt>
  73. #t=em
  74. <em>^!</em>
  75. #t=fieldset
  76. <fieldset>
  77.     <legend>^!</legend>
  78. </fieldset>
  79. #t=font  (deprecated)
  80. <font size="">^!</font>
  81. #t=form
  82. <form method="post" action="">
  83.     ^!
  84. </form>
  85. #t=frame
  86. <frame src="^!" name="">
  87. #t=frameset
  88. <frameset rows="^!," cols=",">
  89.     <frame src="" name="">
  90.     <frame src="" name="">
  91. </frameset>
  92. #t=h1
  93. <h1>^!</h1>
  94. #t=h2
  95. <h2>^!</h2>
  96. #t=h3
  97. <h3>^!</h3>
  98. #t=h4
  99. <h4>^!</h4>
  100. #t=h5
  101. <h5>^!</h5>
  102. #t=h6
  103. <h6>^!</h6>
  104. #t=head
  105. <head>
  106.     ^!
  107. </head>
  108. #t=hr
  109. <hr>
  110. #t=html
  111. <html>
  112.     ^!
  113. </html>
  114. #t=i
  115. <i>^!</i>
  116. #t=iframe
  117. <iframe name="" src="" width="" height="">^!</iframe>
  118. #t=img
  119. <img src="^!" alt="">
  120. #t=input
  121. <input type="^!" name="">
  122. #t=ins
  123. <ins>^!</ins>
  124. #t=kbd
  125. <kbd>^!</kbd>
  126. #t=label
  127. <label>^!</label>
  128. #t=legend
  129. <legend>^!</legend>
  130. #t=li
  131. <li>
  132. #t=link
  133. <link rel="^!" href="" type="">
  134. #t=map
  135. <map name="^!">
  136. </map>
  137. #t=menu (deprecated)
  138. <menu>^!</menu>
  139. #t=meta
  140. <meta name="^!" content="">
  141. #t=noframes
  142. <noframes>
  143.     ^!
  144. </noframes>
  145. #t=noscript
  146. <noscript>
  147.     ^!
  148. </noscript>
  149. #t=object
  150. <object classid="" id="" width="" height="">
  151.     ^!
  152. </object>
  153. #t=ol
  154. <ol>
  155.     <li>^!
  156.     <li>
  157. </ol>
  158. #t=optgroup
  159. <optgroup label="">
  160.     ^!
  161. </optgroup>
  162. #t=option
  163. <option>^!</option>
  164. #t=p
  165. <p>
  166. #t=param
  167. <param name="^!" value="">
  168. #t=pre
  169. <pre>^!</pre>
  170. #t=q
  171. <q>^!</q>
  172. #t=s (deprecated)
  173. <s>^!</s>
  174. #t=samp
  175. <samp>^!</samp>
  176. #t=script
  177. <script type="text/javascript">
  178. <!--
  179.     ^!
  180. //-->
  181. </script>
  182. #t=select
  183. <select name="">^!</select>
  184. #t=small
  185. <small>^!</small>
  186. #t=span
  187. <span class="">^!</span>
  188. #t=strike (deprecated)
  189. <strike>^!</strike>
  190. #t=strong
  191. <strong>^!</strong>
  192. #t=style
  193. <style type="text/css">
  194.     ^!
  195. </style>
  196. #t=sub
  197. <sub>^!</sub>
  198. #t=sup
  199. <sup>^!</sup>
  200. #t=table
  201. <table>
  202. <tr>
  203.     <td>^!</td>
  204.     <td></td>
  205. </tr>
  206. </table>
  207. #t=tbody
  208. <tbody>^!</tbody>
  209. #t=td
  210. <td>^!</td>
  211. #t=textarea
  212. <textarea name="" rows="" cols="">^!</textarea>
  213. #t=tfoot
  214. <tfoot>^!</tfoot>
  215. #t=th
  216. <th>^!</th>
  217. #t=thead
  218. <thead>^!</thead>
  219. #t=title
  220. <title>^!</title>
  221. #t=tr
  222. <tr>^!</tr>
  223. #t=tt
  224. <tt>^!</tt>
  225. #t=u (deprecated)
  226. <u>^!</u>
  227. #t=ul
  228. <ul>
  229.     <li>^!
  230.     <li>
  231. </ul>
  232. #t=var
  233. <var>^!</var>
  234. #